home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-12 | 927 b | 48 lines | [TEXT/MPS ] |
- {
- File: Kernel.p
-
- Contains: Kernel Interfaces
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0.1
-
- Copyright: © 1994-1997 by Apple Computer, Inc., all rights reserved
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT Kernel;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __KERNEL__}
- {$SETC __KERNEL__ := 1}
-
- {$I+}
- {$SETC KernelIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {$IFC UNDEFINED __DRIVERSERVICES__}
- {$I DriverServices.p}
- {$ENDC}
-
- {
- The contents of Kernel.h has been merged into DriverServices.h
- }
- {$SETC UsingIncludes := KernelIncludes}
-
- {$ENDC} {__KERNEL__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-